home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P140 < prev    next >
Text File  |  1994-02-13  |  2KB  |  63 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                   140
  6.  
  7.      160 to 161     int            Reserved for TriMail.
  8.      162 to 163     int            Reserved for TriMail.
  9.      164 to 165     int            Reserved for TriMail.
  10.      166 to 169     long           The user's number of uploads.
  11.      170 to 173     long           The user's number of downloads.
  12.      174 to 177     long           The user's K bytes uploaded.
  13.      178 to 181     long           The user's K bytes download.
  14.      182 to 185     long           The user's number of messages posted.
  15.      186 to 187     int            The user's default editor.
  16.      188 to 189     int            The user's initial multinode chat
  17.                                    status.
  18.      190 to 191     int            The user's waiting message check flag.
  19.      192 to 200     char [9]       The user's subscription expiration date.
  20.      201 to 231     char [31]      The user's alias.
  21.      232 to 233     int            The user's number of files downloaded
  22.                                    for the day.
  23.      234 to 237     long           The user's number of bytes downloaded
  24.                                    for the day.
  25.      238 to 256     char [19]      Reserved for future use.  All zeros.
  26.  
  27.  
  28.      USERS.IDX and ALIAS.IDX
  29.      -----------------------
  30.  
  31.      Is the user and alias index files and are located in node 1's MWORK
  32.      directory.  These files are sorted in ascending order according to the
  33.      user's 32-bit CRC.  Each record has the following format:
  34.  
  35.      Byte           Data           Description
  36.      Position       Type
  37.  
  38.      1 to 4         unsigned long  32-bit CRC of the user's name or alias.
  39.      5 to 6         int            The user's record number in USERS.DAT.
  40.  
  41.  
  42.      USERS.SUP
  43.      ---------
  44.  
  45.      Is the user's supplemental information file.  For each user, TriBBS
  46.      creates a set of message records and file records.  The message
  47.      records use the following format:
  48.  
  49.      Byte           Data           Description
  50.      Position       Type
  51.      1 to  2        int            Conference queued flag.
  52.      3 to  4        int            Access to private conference flag.
  53.      5 to  8        long           Number of last message read.
  54.      9 to 10        int            Waiting message counter.
  55.  
  56.      The file records used the following format:
  57.  
  58.      Byte           Data           Description
  59.  
  60.  
  61.  
  62.  
  63.